Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 5557ff818b7bdd86d44577609312892373e708a5


Parents : 388fb78
Author : Ivan <ivan@quad4.io>
Signature : Invalid signer <e46112d44649266d71fe2193e00a4710>, author is <ivan@quad4.io>
Date : 2026-06-29T06:15:30-05:00

feat(locales): add 'location_disabled' message to multiple language

Changes
Diff

diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json
index e46497b6..e1f9dae9 100644
--- a/meshchatx/src/frontend/locales/de.json
+++ b/meshchatx/src/frontend/locales/de.json
@@ -1397,6 +1397,7 @@
"location_request_sent": "Location request sent",
"failed_send_location_request": "Senden der Standortanfrage fehlgeschlagen",
"fetching_location": "Standort wird abgerufen...",
+ "location_disabled": "Standortfreigabe ist deaktiviert. Aktivieren Sie sie unter Einstellungen > Standort.",
"location_sent": "Standort erfolgreich geteilt",
"location_requested": "Standort angefordert",
"remove_image_confirm": "Are you sure you want to remove this image attachment?",

diff --git a/meshchatx/src/frontend/locales/es.json b/meshchatx/src/frontend/locales/es.json
index dd555e33..fe0fb418 100644
--- a/meshchatx/src/frontend/locales/es.json
+++ b/meshchatx/src/frontend/locales/es.json
@@ -1344,6 +1344,7 @@
"location_request_sent": "Solicitud de ubicación enviada",
"failed_send_location_request": "Failed to send location request",
"fetching_location": "Encontrar la ubicación...",
+ "location_disabled": "El uso compartido de ubicación está desactivado. Actívelo en Configuración > Ubicación.",
"location_sent": "Ubicación compartida con éxito",
"location_requested": "Ubicación solicitada",
"remove_image_confirm": "¿Estás seguro de que quieres eliminar este apego a la imagen?",

diff --git a/meshchatx/src/frontend/locales/fi.json b/meshchatx/src/frontend/locales/fi.json
index 9a30434b..fe177a3e 100644
--- a/meshchatx/src/frontend/locales/fi.json
+++ b/meshchatx/src/frontend/locales/fi.json
@@ -1344,6 +1344,7 @@
"location_request_sent": "Location request sent",
"failed_send_location_request": "Failed to send location request",
"fetching_location": "Fetching location...",
+ "location_disabled": "Location sharing is disabled. Enable it in Settings > Location.",
"location_sent": "Location shared successfully",
"location_requested": "Location requested",
"remove_image_confirm": "Are you sure you want to remove this image attachment?",

diff --git a/meshchatx/src/frontend/locales/fr.json b/meshchatx/src/frontend/locales/fr.json
index e1439ea7..73065566 100644
--- a/meshchatx/src/frontend/locales/fr.json
+++ b/meshchatx/src/frontend/locales/fr.json
@@ -1344,6 +1344,7 @@
"location_request_sent": "Demande d'emplacement envoyée",
"failed_send_location_request": "Échec de l'envoi de la demande de localisation",
"fetching_location": "Localisation...",
+ "location_disabled": "Le partage de localisation est désactivé. Activez-le dans Paramètres > Localisation.",
"location_sent": "Lieu partagé avec succès",
"location_requested": "Emplacement demandé",
"remove_image_confirm": "Voulez-vous vraiment supprimer cette image ?",

diff --git a/meshchatx/src/frontend/locales/it.json b/meshchatx/src/frontend/locales/it.json
index 7dc19aa9..41e41c59 100644
--- a/meshchatx/src/frontend/locales/it.json
+++ b/meshchatx/src/frontend/locales/it.json
@@ -1400,6 +1400,7 @@
"location_request_sent": "Richiesta di posizione inviata",
"failed_send_location_request": "Impossibile inviare la richiesta di posizione",
"fetching_location": "Recupero della posizione...",
+ "location_disabled": "La condivisione della posizione è disattivata. Attivala in Impostazioni > Posizione.",
"location_sent": "Posizione condivisa con successo",
"location_requested": "Posizione richiesta",
"remove_image_confirm": "Sei sicuro di voler rimuovere questo allegato immagine?",

diff --git a/meshchatx/src/frontend/locales/nl.json b/meshchatx/src/frontend/locales/nl.json
index 348967f1..c6928650 100644
--- a/meshchatx/src/frontend/locales/nl.json
+++ b/meshchatx/src/frontend/locales/nl.json
@@ -1344,6 +1344,7 @@
"location_request_sent": "Locatieverzoek verzonden",
"failed_send_location_request": "Kon locatieverzoek niet versturen",
"fetching_location": "Ophalen van locatie...",
+ "location_disabled": "Locatie delen is uitgeschakeld. Schakel het in via Instellingen > Locatie.",
"location_sent": "Locatie gedeeld met succes",
"location_requested": "Locatie aangevraagd",
"remove_image_confirm": "Weet u zeker dat u deze afbeeldingsbijlage wilt verwijderen?",

diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json
index e04900ca..4e62feec 100644
--- a/meshchatx/src/frontend/locales/ru.json
+++ b/meshchatx/src/frontend/locales/ru.json
@@ -1397,6 +1397,7 @@
"location_request_sent": "Location request sent",
"failed_send_location_request": "Не удалось отправить запрос местоположения",
"fetching_location": "Получение местоположения...",
+ "location_disabled": "Передача местоположения отключена. Включите её в Настройки > Местоположение.",
"location_sent": "Местоположение успешно отправлено",
"location_requested": "Запрошено местоположение",
"remove_image_confirm": "Are you sure you want to remove this image attachment?",

diff --git a/meshchatx/src/frontend/locales/zh.json b/meshchatx/src/frontend/locales/zh.json
index dc29861c..3579469b 100644
--- a/meshchatx/src/frontend/locales/zh.json
+++ b/meshchatx/src/frontend/locales/zh.json
@@ -1344,6 +1344,7 @@
"location_request_sent": "位置请求已发送",
"failed_send_location_request": "发送位置请求失败",
"fetching_location": "正在获取位置...",
+ "location_disabled": "位置分享已禁用。请在设置 > 位置中启用。",
"location_sent": "位置分享成功",
"location_requested": "位置已请求",
"remove_image_confirm": "您确定要删除此图像附件吗?",


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────